home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / v cisle / rockrose / JingleSetup.exe / {app} / XChange / hotmail.h < prev    next >
Text File  |  2004-09-07  |  852b  |  25 lines

  1. #DEFINE CRLF  CHR(13)+CHR(10)
  2. #DEFINE DCRLF CRLF+CRLF
  3.  
  4. #DEFINE urlMsn     "http://oe.msn.msnmail.hotmail.com/cgi-bin/hmdata"
  5. #DEFINE urlHotmail "http://services.msn.com/svcs/hotmail/httpmail.asp"
  6. #DEFINE ccSendmsgNode '/D:multistatus/D:response/D:propstat/D:prop/hm:sendmsg'
  7.  
  8. #DEFINE ccXmlFolders '<?xml version="1.0"?>' + CRLF +;
  9. '<D:propfind xmlns:D="DAV:" xmlns:h="http://schemas.microsoft.com/hotmail/" ' +;
  10. 'xmlns:hm="urn:schemas:httpmail:">' + CRLF +;
  11. '    <D:prop>' + CRLF +;
  12. '        <h:adbar/>' + CRLF +;
  13. '        <hm:contacts/>' + CRLF +;
  14. '        <hm:inbox/>' + CRLF +;
  15. '        <hm:outbox/>' + CRLF +;
  16. '        <hm:sendmsg/>' + CRLF +;
  17. '        <hm:sentitems/>' + CRLF +;
  18. '        <hm:deleteditems/>' + CRLF +;
  19. '        <hm:drafts/>' + CRLF +;
  20. '        <hm:msgfolderroot/>' + CRLF +;
  21. '        <h:maxpoll/>' + CRLF +;
  22. '        <h:sig/>' + CRLF +;
  23. '    </D:prop>' + CRLF +;
  24. '</D:propfind>'
  25.